www.gusucode.com > 落叶冰点万能企业网站内容管理系统 V9.1 > 落叶冰点万能企业网站内容管理系统 V9.1\code\admin\adminSysTools\D_run_admin_files_update.asp

    
<%@LANGUAGE="VBSCRIPT" CODEPAGE="936"%>


<LINK href="../css.css" type=text/css rel=stylesheet>
<%

dir_set="../../"


%>
<%


'**************************************************************
' 新动软网站管理系统
' 官方网站: http://www.aspcpu.com
' 系统作者: 阮丁远(网名:天下程序)
' Copyright 新动软网站管理系统 版权所有
'**************************************************************


%>



<!--#include file=../../inc/conn.asp-->
<!--#include file=../../inc/Functionb.asp-->

<!--#include file=../../inc/ajaxLIB.asp-->

<!--#include file=../inc/checkadmin2.asp-->

<!--#include file=../../inc/functionFiless.asp-->

<!--#include file=../../inc/ND_class_function.asp-->




<%
AJAXshowLoader()


%>

<%


if find_dataw("qitashezhi123","0",6)<>"1" and qx_if_max=0 then
response.redirect "../D_suodinguser.asp"
end if


sresers="../../SYSTemp/"


'以下用于支持无限级目录
call createfile(sresers&"ruandingyuan_newd_soft_temp_cs.txt","1111",true)
call deletefile(sresers&"ruandingyuan_newd_soft_temp_cs.txt")


%>

<br>


<div  id="l_do" style="filter:blendTrans(duration=1); width:734px; z-index:-1; border: 1px dashed #999999;left: 3px; top: 70px; height: 40px;">

<form action="D_run_it.asp" method="post">

<table width=680>
<tr>
<td align=center>

执行后台文件及系统文件升级脚本(xml)<br>
<font color=#ff0000>
后台文件及系统文件升级脚本的格式规范见本系统使用说明<br>
当文件升级脚本里的from节点的值为一个带http://的网址时,<br>
该from对应的升级用的新文件将自动下载,不用考虑下面的东西,<br>
当文件升级脚本里is_using_custom_path节点设置为0时,<br>
假设文件升级脚本里folder节点的值为abc<br>
可以把升级用的新文件拷贝到本系统根目录下的SYSTemp/目录里的abc子目录(自己建立此目录)里,再执行文件升级脚本<br>
,此时,所有升级用的新文件在 文件升级脚本的路径值都是相对于此SYSTemp/abc目录的相对路径<br>
或者当文件升级脚本里is_using_custom_path节点设置为1时,<br>
在文件升级脚本里指定 存放 升级用的新文件 的文件夹路径,再执行后台文件升级脚本<br>
,此时,所有升级用的新文件在 文件升级脚本的路径值都是相对于此 自己指定的目录 的相对路径<br>

</font>
<textarea cols=80 rows=18 name=cmd>


</textarea>

<input type=hidden value="adminsj" name="cmdtype">



</td>

</tr>
<tr>
<td align=center>

<input type=submit value="执行此脚本">

</td>

</tr>
</table>

</form>
</div>






<script language=javascript>




AJAXfade(1,'l_do');

</script>


<%
AJAXcloseLoader()
%>